|
|
|
|
Document Property, ContentsClass Class |
Defines the XML document representing the contents of the tab control.
Syntax ContentsClass Class (Softelvdm.SftTabsNET)
VB |
Public Property Document As XmlDocument |
C# |
public XmlDocument Document { get; set; } |
C++ |
public: property XmlDocument^ Document { |
Property Value
The XML document.
Comments
The Document property defines the XML document representing the contents of the tab control.
This property is used by forms designers in conjunction with SftTabs/NET to save/load the control at design-time.